﻿2026-06-21T07:19:17.7360801Z ##[group]Run set -euo pipefail
2026-06-21T07:19:17.7361656Z [36;1mset -euo pipefail[0m
2026-06-21T07:19:17.7362338Z [36;1mPIN=0c95435[0m
2026-06-21T07:19:17.7362996Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-21T07:19:17.7363806Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-21T07:19:17.7364976Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-21T07:19:17.7366411Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-21T07:19:17.7367848Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-21T07:19:17.7369130Z [36;1m  rm -rf "$CACHE"[0m
2026-06-21T07:19:17.7369906Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-21T07:19:17.7370779Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-21T07:19:17.7371869Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-21T07:19:17.7373008Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-21T07:19:17.7373814Z [36;1mfi[0m
2026-06-21T07:19:17.7374736Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T07:19:17.7389978Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-21T07:19:17.7390922Z env:
2026-06-21T07:19:17.7391694Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-21T07:19:17.7392439Z ##[endgroup]
2026-06-21T07:19:18.0180956Z    Compiling proc-macro2 v1.0.106
2026-06-21T07:19:18.0182171Z    Compiling unicode-ident v1.0.24
2026-06-21T07:19:18.0182938Z    Compiling quote v1.0.45
2026-06-21T07:19:18.0183714Z    Compiling libc v0.2.186
2026-06-21T07:19:18.0184428Z    Compiling serde_core v1.0.228
2026-06-21T07:19:18.0185166Z    Compiling cfg-if v1.0.4
2026-06-21T07:19:18.0206072Z    Compiling serde v1.0.228
2026-06-21T07:19:18.0248350Z    Compiling log v0.4.32
2026-06-21T07:19:18.0276772Z    Compiling pin-project-lite v0.2.17
2026-06-21T07:19:18.0277755Z    Compiling typenum v1.20.1
2026-06-21T07:19:18.0313338Z    Compiling portable-atomic v1.13.1
2026-06-21T07:19:18.0360303Z    Compiling version_check v0.9.5
2026-06-21T07:19:18.0489229Z    Compiling memchr v2.8.1
2026-06-21T07:19:18.0501055Z    Compiling critical-section v1.2.0
2026-06-21T07:19:18.0502506Z    Compiling find-msvc-tools v0.1.9
2026-06-21T07:19:18.0790859Z    Compiling shlex v2.0.1
2026-06-21T07:19:18.1041907Z    Compiling futures-core v0.3.32
2026-06-21T07:19:18.1043900Z    Compiling subtle v2.6.1
2026-06-21T07:19:18.1412333Z    Compiling bytes v1.11.1
2026-06-21T07:19:18.2595721Z    Compiling equivalent v1.0.2
2026-06-21T07:19:18.3021124Z    Compiling smallvec v1.15.1
2026-06-21T07:19:18.3236679Z    Compiling itoa v1.0.18
2026-06-21T07:19:18.3436038Z    Compiling semver v1.0.28
2026-06-21T07:19:18.3521822Z    Compiling stable_deref_trait v1.2.1
2026-06-21T07:19:18.3610918Z    Compiling futures-io v0.3.32
2026-06-21T07:19:18.3656942Z    Compiling futures-sink v0.3.32
2026-06-21T07:19:18.4321681Z    Compiling slab v0.4.12
2026-06-21T07:19:18.4362125Z    Compiling futures-task v0.3.32
2026-06-21T07:19:18.4411444Z    Compiling generic-array v0.14.7
2026-06-21T07:19:18.4603058Z    Compiling futures-channel v0.3.32
2026-06-21T07:19:18.5231117Z    Compiling bitflags v2.12.1
2026-06-21T07:19:18.5232325Z    Compiling rustversion v1.0.22
2026-06-21T07:19:18.5763853Z    Compiling hashbrown v0.17.1
2026-06-21T07:19:18.6329439Z    Compiling cpufeatures v0.2.17
2026-06-21T07:19:18.6640658Z    Compiling rustc_version v0.4.1
2026-06-21T07:19:18.6800614Z    Compiling fnv v1.0.7
2026-06-21T07:19:18.6830822Z    Compiling cfg_aliases v0.2.1
2026-06-21T07:19:18.7390620Z    Compiling strsim v0.11.1
2026-06-21T07:19:18.7509078Z    Compiling rand_core v0.10.1
2026-06-21T07:19:18.7578121Z    Compiling litemap v0.8.2
2026-06-21T07:19:18.7745519Z    Compiling writeable v0.6.3
2026-06-21T07:19:18.7941294Z    Compiling utf8_iter v1.0.4
2026-06-21T07:19:18.8262309Z    Compiling dunce v1.0.5
2026-06-21T07:19:18.9126505Z    Compiling fs_extra v1.3.0
2026-06-21T07:19:18.9220579Z    Compiling icu_properties_data v2.2.0
2026-06-21T07:19:19.0121720Z    Compiling getrandom v0.4.2
2026-06-21T07:19:19.0276847Z    Compiling ident_case v1.0.1
2026-06-21T07:19:19.0400425Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T07:19:19.0441541Z    Compiling autocfg v1.5.1
2026-06-21T07:19:19.0600690Z    Compiling percent-encoding v2.3.2
2026-06-21T07:19:19.2090938Z    Compiling http v1.4.1
2026-06-21T07:19:19.2320581Z    Compiling thiserror v2.0.18
2026-06-21T07:19:19.2450739Z    Compiling cpufeatures v0.3.0
2026-06-21T07:19:19.2620910Z    Compiling unicode-segmentation v1.13.3
2026-06-21T07:19:19.2910927Z    Compiling aws-lc-rs v1.17.0
2026-06-21T07:19:19.2981400Z    Compiling scopeguard v1.2.0
2026-06-21T07:19:19.3200882Z    Compiling chacha20 v0.10.0
2026-06-21T07:19:19.3720652Z    Compiling lock_api v0.4.14
2026-06-21T07:19:19.3941246Z    Compiling syn v2.0.117
2026-06-21T07:19:19.4770695Z    Compiling form_urlencoded v1.2.2
2026-06-21T07:19:19.4880263Z    Compiling untrusted v0.9.0
2026-06-21T07:19:19.5490729Z    Compiling indexmap v2.14.0
2026-06-21T07:19:19.5890751Z    Compiling rustls v0.23.40
2026-06-21T07:19:19.6109723Z    Compiling heck v0.5.0
2026-06-21T07:19:19.6221992Z    Compiling atomic-waker v1.1.2
2026-06-21T07:19:19.6370816Z    Compiling const-oid v0.10.2
2026-06-21T07:19:19.6391222Z    Compiling anyhow v1.0.102
2026-06-21T07:19:19.6828743Z    Compiling unicode-xid v0.2.6
2026-06-21T07:19:19.7000286Z    Compiling httparse v1.10.1
2026-06-21T07:19:19.7122017Z    Compiling parking_lot_core v0.9.12
2026-06-21T07:19:19.7660495Z    Compiling jobserver v0.1.34
2026-06-21T07:19:19.7871430Z    Compiling convert_case v0.10.0
2026-06-21T07:19:19.8180565Z    Compiling zerocopy v0.8.50
2026-06-21T07:19:19.8250612Z    Compiling paste v1.0.15
2026-06-21T07:19:19.8773330Z    Compiling num-traits v0.2.19
2026-06-21T07:19:19.8869982Z    Compiling hybrid-array v0.4.12
2026-06-21T07:19:19.9050529Z    Compiling curve25519-dalek v4.1.3
2026-06-21T07:19:20.0006510Z    Compiling cc v1.2.63
2026-06-21T07:19:20.0860731Z    Compiling ahash v0.8.12
2026-06-21T07:19:20.1443188Z    Compiling crypto-common v0.1.7
2026-06-21T07:19:20.1641361Z    Compiling block-buffer v0.10.4
2026-06-21T07:19:20.1712157Z    Compiling fastrand v2.4.1
2026-06-21T07:19:20.1713023Z    Compiling powerfmt v0.2.0
2026-06-21T07:19:20.1713645Z    Compiling either v1.16.0
2026-06-21T07:19:20.1720357Z    Compiling base64ct v1.8.3
2026-06-21T07:19:20.2700564Z    Compiling digest v0.10.7
2026-06-21T07:19:20.4060677Z    Compiling deranged v0.5.8
2026-06-21T07:19:20.4430573Z    Compiling http-body v1.0.1
2026-06-21T07:19:20.4821393Z    Compiling zmij v1.0.21
2026-06-21T07:19:20.5440351Z    Compiling time-core v0.1.8
2026-06-21T07:19:20.5811107Z    Compiling base64 v0.22.1
2026-06-21T07:19:20.6029179Z    Compiling vcpkg v0.2.15
2026-06-21T07:19:20.6710663Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T07:19:20.6992248Z    Compiling num-conv v0.2.2
2026-06-21T07:19:20.7030694Z    Compiling pkg-config v0.3.33
2026-06-21T07:19:20.7344669Z    Compiling mio v1.2.1
2026-06-21T07:19:20.7845905Z    Compiling socket2 v0.6.4
2026-06-21T07:19:20.8120401Z    Compiling getrandom v0.2.17
2026-06-21T07:19:20.9590620Z    Compiling try-lock v0.2.5
2026-06-21T07:19:20.9980663Z    Compiling rand v0.10.1
2026-06-21T07:19:21.0138421Z    Compiling rand_core v0.6.4
2026-06-21T07:19:21.0420364Z    Compiling data-encoding v2.11.0
2026-06-21T07:19:21.0450228Z    Compiling tinyvec_macros v0.1.1
2026-06-21T07:19:21.1139689Z    Compiling tower-service v0.3.3
2026-06-21T07:19:21.1410785Z    Compiling tinyvec v1.11.0
2026-06-21T07:19:21.1810547Z    Compiling parking_lot v0.12.5
2026-06-21T07:19:21.2106541Z    Compiling want v0.3.1
2026-06-21T07:19:21.2598613Z    Compiling block-buffer v0.12.0
2026-06-21T07:19:21.3170709Z    Compiling crypto-common v0.2.2
2026-06-21T07:19:21.3696418Z    Compiling cmake v0.1.58
2026-06-21T07:19:21.5660704Z    Compiling sha2 v0.10.9
2026-06-21T07:19:21.5872217Z    Compiling inout v0.1.4
2026-06-21T07:19:21.5985319Z    Compiling vergen-lib v9.1.0
2026-06-21T07:19:21.6710175Z    Compiling n0-future v0.3.2
2026-06-21T07:19:21.7111588Z    Compiling serde_json v1.0.150
2026-06-21T07:19:21.7210384Z    Compiling winnow v1.0.3
2026-06-21T07:19:21.7740861Z    Compiling diatomic-waker v0.2.3
2026-06-21T07:19:21.7799425Z    Compiling signature v2.2.0
2026-06-21T07:19:21.7980382Z    Compiling crossbeam-utils v0.8.21
2026-06-21T07:19:21.8760612Z    Compiling cordyceps v0.3.4
2026-06-21T07:19:21.8980570Z    Compiling spin v0.10.0
2026-06-21T07:19:21.9320404Z    Compiling parking v2.2.1
2026-06-21T07:19:21.9421458Z    Compiling httpdate v1.0.3
2026-06-21T07:19:21.9886270Z    Compiling ed25519 v2.2.3
2026-06-21T07:19:22.0350363Z    Compiling futures-lite v2.6.1
2026-06-21T07:19:22.0630419Z    Compiling cipher v0.4.4
2026-06-21T07:19:22.0806707Z    Compiling netlink-packet-core v0.8.1
2026-06-21T07:19:22.1051614Z    Compiling universal-hash v0.5.1
2026-06-21T07:19:22.1180702Z    Compiling vergen v9.1.0
2026-06-21T07:19:22.2184016Z    Compiling futures-buffered v0.2.13
2026-06-21T07:19:22.2370541Z    Compiling digest v0.11.3
2026-06-21T07:19:22.2460670Z    Compiling vergen-lib v0.1.6
2026-06-21T07:19:22.2488921Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T07:19:22.2840407Z    Compiling aws-lc-sys v0.41.0
2026-06-21T07:19:22.2910425Z    Compiling ring v0.17.14
2026-06-21T07:19:22.3030335Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T07:19:22.3833235Z    Compiling heapless v0.7.17
2026-06-21T07:19:22.4100598Z    Compiling noq-udp v0.10.0
2026-06-21T07:19:22.4230848Z    Compiling sync_wrapper v1.0.2
2026-06-21T07:19:22.4270732Z    Compiling byteorder v1.5.0
2026-06-21T07:19:22.4971049Z    Compiling allocator-api2 v0.2.21
2026-06-21T07:19:22.5190432Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T07:19:22.5297718Z    Compiling opaque-debug v0.3.1
2026-06-21T07:19:22.5920856Z    Compiling polyval v0.6.2
2026-06-21T07:19:22.6430571Z    Compiling hash32 v0.2.1
2026-06-21T07:19:22.6930624Z    Compiling spin v0.9.8
2026-06-21T07:19:22.7140083Z    Compiling vergen-gitcl v1.0.8
2026-06-21T07:19:22.7990452Z    Compiling num_threads v0.1.7
2026-06-21T07:19:22.8509263Z    Compiling tower-layer v0.3.3
2026-06-21T07:19:22.8670927Z    Compiling fallible-iterator v0.3.0
2026-06-21T07:19:22.8821796Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T07:19:22.9020961Z    Compiling signature v3.0.0
2026-06-21T07:19:22.9533573Z    Compiling ryu v1.0.23
2026-06-21T07:19:23.0070565Z    Compiling time v0.3.47
2026-06-21T07:19:23.0260620Z    Compiling ghash v0.5.1
2026-06-21T07:19:23.0353575Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T07:19:23.0540576Z    Compiling aes v0.8.4
2026-06-21T07:19:23.1250786Z    Compiling ctr v0.9.2
2026-06-21T07:19:23.1601370Z    Compiling fs2 v0.4.3
2026-06-21T07:19:23.2400433Z    Compiling http-body-util v0.1.3
2026-06-21T07:19:23.3216797Z    Compiling aead v0.5.2
2026-06-21T07:19:23.3300612Z    Compiling openssl-probe v0.2.1
2026-06-21T07:19:23.3301557Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T07:19:23.4191300Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T07:19:23.4514622Z    Compiling crossbeam-channel v0.5.15
2026-06-21T07:19:23.5126624Z    Compiling netlink-packet-route v0.29.0
2026-06-21T07:19:23.5300491Z    Compiling blake3 v1.8.5
2026-06-21T07:19:23.5412091Z    Compiling uuid v1.23.2
2026-06-21T07:19:23.6951027Z    Compiling aes-gcm v0.10.3
2026-06-21T07:19:23.7234441Z    Compiling memoffset v0.6.5
2026-06-21T07:19:23.8700516Z    Compiling acto v0.8.2
2026-06-21T07:19:23.8940785Z    Compiling noq v0.18.0
2026-06-21T07:19:23.9000737Z    Compiling netwatch v0.16.0
2026-06-21T07:19:23.9630575Z    Compiling xml-rs v0.8.28
2026-06-21T07:19:24.1103976Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T07:19:24.1433883Z    Compiling lru-slab v0.1.2
2026-06-21T07:19:24.1621827Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T07:19:24.1666406Z    Compiling tagptr v0.2.0
2026-06-21T07:19:24.1891054Z    Compiling foldhash v0.2.0
2026-06-21T07:19:24.2630742Z    Compiling rustix v1.1.4
2026-06-21T07:19:24.3000489Z    Compiling ref-cast v1.0.25
2026-06-21T07:19:24.3002286Z    Compiling mac-addr v0.3.0
2026-06-21T07:19:24.3140410Z    Compiling rustc-hash v2.1.2
2026-06-21T07:19:24.3951026Z    Compiling synstructure v0.13.2
2026-06-21T07:19:24.4088256Z    Compiling darling_core v0.20.11
2026-06-21T07:19:24.4920607Z    Compiling identity-hash v0.1.0
2026-06-21T07:19:24.5057044Z    Compiling thiserror v1.0.69
2026-06-21T07:19:24.5983464Z    Compiling hashbrown v0.16.1
2026-06-21T07:19:24.6010789Z    Compiling serde_derive_internals v0.29.1
2026-06-21T07:19:24.7778588Z    Compiling xmltree v0.10.3
2026-06-21T07:19:24.8390785Z    Compiling netlink-packet-route v0.30.0
2026-06-21T07:19:25.0018448Z    Compiling proc-macro-crate v3.5.0
2026-06-21T07:19:25.3080489Z    Compiling serial-core v0.4.0
2026-06-21T07:19:25.3681637Z    Compiling termios v0.2.2
2026-06-21T07:19:25.3960637Z    Compiling errno v0.3.14
2026-06-21T07:19:25.4121232Z    Compiling ioctl-rs v0.1.6
2026-06-21T07:19:25.4220813Z    Compiling aho-corasick v1.1.4
2026-06-21T07:19:25.4880337Z    Compiling simple-dns v0.9.3
2026-06-21T07:19:25.5087601Z    Compiling sha1_smol v1.0.1
2026-06-21T07:19:25.5198853Z    Compiling arrayvec v0.7.6
2026-06-21T07:19:25.5422352Z    Compiling linux-raw-sys v0.12.1
2026-06-21T07:19:25.6001218Z    Compiling regex-syntax v0.8.10
2026-06-21T07:19:25.6610660Z    Compiling signal-hook v0.3.18
2026-06-21T07:19:25.7307711Z    Compiling arrayref v0.3.9
2026-06-21T07:19:25.7351295Z    Compiling resolv-conf v0.7.6
2026-06-21T07:19:25.7560568Z    Compiling toml_write v0.1.2
2026-06-21T07:19:25.7966248Z    Compiling winnow v0.7.15
2026-06-21T07:19:25.8210868Z    Compiling constant_time_eq v0.4.2
2026-06-21T07:19:25.8246749Z    Compiling simdutf8 v0.1.5
2026-06-21T07:19:26.0240833Z    Compiling smol_str v0.1.24
2026-06-21T07:19:26.2035546Z    Compiling signal-hook-registry v1.4.8
2026-06-21T07:19:26.2550660Z    Compiling serial-unix v0.4.0
2026-06-21T07:19:26.2641176Z    Compiling lru v0.16.4
2026-06-21T07:19:26.3448408Z    Compiling serde_derive v1.0.228
2026-06-21T07:19:26.4237710Z    Compiling zeroize_derive v1.4.3
2026-06-21T07:19:26.4718365Z    Compiling tokio-macros v2.7.0
2026-06-21T07:19:26.5560670Z    Compiling zerofrom-derive v0.1.7
2026-06-21T07:19:26.7296269Z    Compiling futures-macro v0.3.32
2026-06-21T07:19:27.0180396Z    Compiling zeroize v1.8.2
2026-06-21T07:19:27.1860703Z    Compiling tokio v1.52.3
2026-06-21T07:19:27.2188396Z    Compiling yoke-derive v0.8.2
2026-06-21T07:19:27.4160309Z    Compiling zerovec-derive v0.11.3
2026-06-21T07:19:27.6130976Z    Compiling displaydoc v0.2.6
2026-06-21T07:19:27.8580775Z    Compiling futures-util v0.3.32
2026-06-21T07:19:28.0683577Z    Compiling tracing-attributes v0.1.31
2026-06-21T07:19:28.1002133Z    Compiling zerofrom v0.1.8
2026-06-21T07:19:28.2590998Z    Compiling rustls-pki-types v1.14.1
2026-06-21T07:19:28.5330605Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T07:19:28.5454604Z    Compiling thiserror-impl v2.0.18
2026-06-21T07:19:28.5950404Z    Compiling yoke v0.8.3
2026-06-21T07:19:28.8185817Z    Compiling zerotrie v0.2.4
2026-06-21T07:19:28.9980629Z    Compiling zerovec v0.11.6
2026-06-21T07:19:29.1940668Z    Compiling darling_macro v0.20.11
2026-06-21T07:19:29.2082401Z    Compiling derive_more-impl v2.1.1
2026-06-21T07:19:29.2461122Z    Compiling spez v0.1.2
2026-06-21T07:19:29.4980443Z    Compiling n0-error-macros v0.1.3
2026-06-21T07:19:29.5131418Z    Compiling darling v0.20.11
2026-06-21T07:19:29.5881013Z    Compiling derive_builder_core v0.20.2
2026-06-21T07:19:29.7310490Z    Compiling der v0.8.0-rc.10
2026-06-21T07:19:29.8715266Z    Compiling tinystr v0.8.3
2026-06-21T07:19:29.9136239Z    Compiling potential_utf v0.1.5
2026-06-21T07:19:30.0990863Z    Compiling icu_locale_core v2.2.0
2026-06-21T07:19:30.1220481Z    Compiling icu_collections v2.2.0
2026-06-21T07:19:30.4920876Z    Compiling pin-project-internal v1.1.13
2026-06-21T07:19:30.7221825Z    Compiling n0-error v0.1.3
2026-06-21T07:19:30.9548285Z    Compiling cobs v0.3.0
2026-06-21T07:19:31.0392968Z    Compiling derive_builder_macro v0.20.2
2026-06-21T07:19:31.1460586Z    Compiling spki v0.8.0-rc.4
2026-06-21T07:19:31.1745429Z    Compiling ed25519-dalek v2.2.0
2026-06-21T07:19:31.3410013Z    Compiling icu_provider v2.2.0
2026-06-21T07:19:31.3660489Z    Compiling derive_builder v0.20.2
2026-06-21T07:19:31.5932917Z    Compiling ipnet v2.12.0
2026-06-21T07:19:31.6191046Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T07:19:31.6670627Z    Compiling icu_normalizer v2.2.0
2026-06-21T07:19:31.7364546Z    Compiling icu_properties v2.2.0
2026-06-21T07:19:31.7678922Z    Compiling futures-executor v0.3.32
2026-06-21T07:19:31.8217280Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T07:19:31.9331672Z    Compiling pin-project v1.1.13
2026-06-21T07:19:32.0133953Z    Compiling futures v0.3.32
2026-06-21T07:19:32.0750644Z    Compiling prefix-trie v0.8.4
2026-06-21T07:19:32.1399443Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-21T07:19:32.3678241Z    Compiling once_cell v1.21.4
2026-06-21T07:19:32.4589606Z    Compiling postcard-derive v0.2.2
2026-06-21T07:19:32.4750527Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T07:19:32.5640493Z    Compiling tracing-core v0.1.36
2026-06-21T07:19:32.6170480Z    Compiling rustls-native-certs v0.8.4
2026-06-21T07:19:32.7945632Z    Compiling hashbrown v0.14.5
2026-06-21T07:19:32.9150970Z    Compiling enum-assoc v1.3.0
2026-06-21T07:19:32.9330940Z    Compiling data-encoding-macro v0.1.20
2026-06-21T07:19:33.0035110Z    Compiling tokio-util v0.7.18
2026-06-21T07:19:33.0630849Z    Compiling netlink-sys v0.8.8
2026-06-21T07:19:33.1725880Z    Compiling tracing v0.1.44
2026-06-21T07:19:33.2885457Z    Compiling idna_adapter v1.2.2
2026-06-21T07:19:33.3873416Z    Compiling idna v1.1.0
2026-06-21T07:19:33.3940555Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T07:19:33.5530560Z    Compiling postcard v1.1.3
2026-06-21T07:19:33.5712458Z    Compiling derive_more v2.1.1
2026-06-21T07:19:33.6178641Z    Compiling tower v0.5.3
2026-06-21T07:19:33.6196046Z    Compiling strum_macros v0.28.0
2026-06-21T07:19:33.7302523Z    Compiling hashlink v0.9.1
2026-06-21T07:19:33.7521023Z    Compiling num_enum_derive v0.7.6
2026-06-21T07:19:33.7562154Z    Compiling async-trait v0.1.89
2026-06-21T07:19:33.7670937Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T07:19:33.8210576Z    Compiling iroh-relay v0.98.0
2026-06-21T07:19:33.9568017Z    Compiling url v2.5.8
2026-06-21T07:19:33.9568722Z    Compiling netdev v0.42.0
2026-06-21T07:19:34.0084837Z    Compiling h2 v0.4.14
2026-06-21T07:19:34.1168447Z    Compiling rusqlite v0.32.1
2026-06-21T07:19:34.1690775Z    Compiling tokio-stream v0.1.18
2026-06-21T07:19:34.2177405Z    Compiling iroh-metrics v0.38.3
2026-06-21T07:19:34.2590508Z    Compiling n0-watcher v0.6.1
2026-06-21T07:19:34.3310888Z    Compiling netlink-proto v0.12.0
2026-06-21T07:19:34.5217246Z    Compiling moka v0.12.15
2026-06-21T07:19:34.6210357Z    Compiling serde_spanned v0.6.9
2026-06-21T07:19:34.6990870Z    Compiling toml_datetime v0.6.11
2026-06-21T07:19:34.7580764Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T07:19:34.8031695Z    Compiling tower-http v0.6.11
2026-06-21T07:19:34.9033896Z    Compiling attohttpc v0.30.1
2026-06-21T07:19:34.9240753Z    Compiling num_enum v0.7.6
2026-06-21T07:19:34.9741645Z    Compiling iroh-base v0.98.0
2026-06-21T07:19:35.0129878Z    Compiling ref-cast-impl v1.0.25
2026-06-21T07:19:35.0779221Z    Compiling thiserror-impl v1.0.69
2026-06-21T07:19:35.2950733Z    Compiling toml_edit v0.22.27
2026-06-21T07:19:35.3840912Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-21T07:19:35.6360631Z    Compiling webpki-roots v1.0.7
2026-06-21T07:19:35.7391009Z    Compiling regex-automata v0.4.14
2026-06-21T07:19:35.7460479Z    Compiling schemars_derive v1.2.1
2026-06-21T07:19:35.8500852Z    Compiling darling_core v0.23.0
2026-06-21T07:19:35.8750560Z    Compiling serde_bytes v0.11.19
2026-06-21T07:19:36.1000957Z    Compiling seize v0.5.1
2026-06-21T07:19:36.1590348Z    Compiling hmac v0.12.1
2026-06-21T07:19:36.2621057Z    Compiling iroh v0.98.2
2026-06-21T07:19:36.2976996Z    Compiling dyn-clone v1.0.20
2026-06-21T07:19:36.3710924Z    Compiling strum v0.28.0
2026-06-21T07:19:36.4480441Z    Compiling cmov v0.5.4
2026-06-21T07:19:36.4950939Z    Compiling iroh-dns v0.98.0
2026-06-21T07:19:36.5560777Z    Compiling utf8parse v0.2.2
2026-06-21T07:19:36.5632978Z    Compiling bitflags v1.3.2
2026-06-21T07:19:36.6333755Z    Compiling pin-utils v0.1.0
2026-06-21T07:19:36.6410557Z    Compiling rustix v0.38.44
2026-06-21T07:19:36.6660890Z    Compiling anstyle-parse v1.0.0
2026-06-21T07:19:36.7070386Z    Compiling ctutils v0.4.2
2026-06-21T07:19:36.7190524Z    Compiling nix v0.25.1
2026-06-21T07:19:36.8520241Z    Compiling filedescriptor v0.8.3
2026-06-21T07:19:36.8813618Z    Compiling papaya v0.2.4
2026-06-21T07:19:36.9100639Z    Compiling hkdf v0.12.4
2026-06-21T07:19:36.9749221Z    Compiling backon v1.6.0
2026-06-21T07:19:37.0470678Z    Compiling serial v0.4.0
2026-06-21T07:19:37.0734271Z    Compiling colorchoice v1.0.5
2026-06-21T07:19:37.0942278Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T07:19:37.1330899Z    Compiling shell-words v1.1.1
2026-06-21T07:19:37.1800554Z    Compiling anstyle v1.0.14
2026-06-21T07:19:37.1940190Z    Compiling anstyle-query v1.1.5
2026-06-21T07:19:37.2440686Z    Compiling foldhash v0.1.5
2026-06-21T07:19:37.2938026Z    Compiling downcast-rs v1.2.1
2026-06-21T07:19:37.3165543Z    Compiling instability v0.3.12
2026-06-21T07:19:37.3708237Z    Compiling linux-raw-sys v0.4.15
2026-06-21T07:19:37.4086388Z    Compiling anstream v1.0.0
2026-06-21T07:19:37.4284569Z    Compiling hashbrown v0.15.5
2026-06-21T07:19:37.4325299Z    Compiling signal-hook-mio v0.2.5
2026-06-21T07:19:37.4850591Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T07:19:37.5220516Z    Compiling spake2 v0.4.0
2026-06-21T07:19:37.5800719Z    Compiling terminal_size v0.4.4
2026-06-21T07:19:37.7640863Z    Compiling strum_macros v0.26.4
2026-06-21T07:19:37.8520615Z    Compiling schemars v1.2.1
2026-06-21T07:19:37.8782188Z    Compiling sha1 v0.10.6
2026-06-21T07:19:37.9375108Z    Compiling toml v0.8.23
2026-06-21T07:19:38.1680390Z    Compiling itertools v0.13.0
2026-06-21T07:19:38.1810884Z    Compiling castaway v0.2.4
2026-06-21T07:19:38.3300082Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-21T07:19:38.9800697Z    Compiling regex v1.12.3
2026-06-21T07:19:39.0359955Z    Compiling indoc v2.0.7
2026-06-21T07:19:39.2130615Z    Compiling clap_lex v1.1.0
2026-06-21T07:19:39.4450593Z    Compiling darling_macro v0.23.0
2026-06-21T07:19:39.4651029Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-21T07:19:39.5160477Z    Compiling unicode-width v0.1.14
2026-06-21T07:19:39.6000356Z    Compiling hyper v1.10.1
2026-06-21T07:19:39.8100787Z    Compiling darling v0.23.0
2026-06-21T07:19:39.8158250Z    Compiling doctest-file v1.1.1
2026-06-21T07:19:39.8760611Z    Compiling static_assertions v1.1.0
2026-06-21T07:19:39.9411347Z    Compiling compact_str v0.8.2
2026-06-21T07:19:40.1522110Z    Compiling unicode-truncate v1.1.0
2026-06-21T07:19:40.1910363Z    Compiling strum v0.26.3
2026-06-21T07:19:40.2675148Z    Compiling interprocess v2.4.2
2026-06-21T07:19:40.3061213Z    Compiling clap_builder v4.6.0
2026-06-21T07:19:40.3270734Z    Compiling crossterm v0.28.1
2026-06-21T07:19:40.3854725Z    Compiling lru v0.12.5
2026-06-21T07:19:40.4909423Z    Compiling clap_derive v4.6.1
2026-06-21T07:19:40.5950680Z    Compiling unicode-width v0.2.0
2026-06-21T07:19:40.8542220Z    Compiling cassowary v0.3.0
2026-06-21T07:19:40.8730643Z    Compiling iana-time-zone v0.1.65
2026-06-21T07:19:40.8954719Z    Compiling portable-pty v0.8.1
2026-06-21T07:19:40.9720968Z    Compiling nucleo-matcher v0.3.1
2026-06-21T07:19:41.1520469Z    Compiling chrono v0.4.45
2026-06-21T07:19:41.2669409Z    Compiling ratatui v0.29.0
2026-06-21T07:19:41.5700649Z    Compiling hyper-util v0.1.20
2026-06-21T07:19:41.6990849Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-21T07:19:41.8730764Z    Compiling qrcode v0.14.1
2026-06-21T07:19:41.9071182Z    Compiling tempfile v3.27.0
2026-06-21T07:19:42.6551146Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-21T07:19:43.0010978Z    Compiling clap v4.6.1
2026-06-21T07:19:43.4681855Z    Compiling igd-next v0.17.1
2026-06-21T07:19:44.6212985Z    Compiling portmapper v0.16.0
2026-06-21T07:19:49.6537183Z    Compiling rustls-webpki v0.103.13
2026-06-21T07:19:51.9963186Z    Compiling tokio-rustls v0.26.4
2026-06-21T07:19:51.9963808Z    Compiling noq-proto v0.17.0
2026-06-21T07:19:51.9964360Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T07:19:52.1380152Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T07:19:52.1380840Z    Compiling hyper-rustls v0.27.9
2026-06-21T07:19:52.1381368Z    Compiling tokio-websockets v0.13.2
2026-06-21T07:19:52.2600602Z    Compiling reqwest v0.13.4
2026-06-21T07:19:53.1664416Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T07:20:06.7682691Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-21T07:20:08.1118071Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-21T07:20:15.1364931Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-21T07:20:18.7668176Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 01s
2026-06-21T07:20:18.7891785Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-21T07:20:18.7905887Z 
2026-06-21T07:20:18.7906123Z running 1 test
2026-06-21T07:20:24.8761425Z test new_brain_serves_against_old_broker ... ok
2026-06-21T07:20:24.8761711Z 
2026-06-21T07:20:24.8761923Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.09s
2026-06-21T07:20:24.8762247Z 
